projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06d3559
)
(indented-text-mode): Run indented-text-mode-hook.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 8 Mar 1994 21:42:39 +0000
(21:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 8 Mar 1994 21:42:39 +0000
(21:42 +0000)
lisp/textmodes/text-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/text-mode.el
b/lisp/textmodes/text-mode.el
index 496270253bfe4ce14772934e9dda89f90d07026b..3975dbfd1d57047c6d69f9191a0a3b61bc99c231 100644
(file)
--- a/
lisp/textmodes/text-mode.el
+++ b/
lisp/textmodes/text-mode.el
@@
-110,7
+110,7
@@
Turning on `indented-text-mode' calls the value of the variable
(use-local-map indented-text-mode-map)
(setq mode-name "Indented Text")
(setq major-mode 'indented-text-mode)
- (run-hooks 'text-mode-hook))
+ (run-hooks 'text-mode-hook
'indented-text-mode-hook
))
(defun center-paragraph ()
"Center each nonblank line in the paragraph at or after point.